home *** CD-ROM | disk | FTP | other *** search
- ; Definitions file for INTERNAT
- ;
- ; William S. Hall
- ; 3665 Benton Street, #66
- ; Santa Clara, CA 95051
- ;
-
- ; Program name
- NAME
-
- ; Executable type
- EXETYPE WINDOWS
-
- ; Description string
- DESCRIPTION 'Windows internationalization functions demo'
-
- ; Program to run if run from MS-DOS
- STUB 'Winstub.exe'
-
- ; Heap and stack sizes
- HEAPSIZE 1024
- STACKSIZE 4096
-
- ; Attributes of code and data segments
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- ; Attributs of particular segments
- SEGMENTS
- _RES PRELOAD MOVEABLE DISCARDABLE
- _INIT PRELOAD MOVEABLE DISCARDABLE
- _UTILS LOADONCALL MOVEABLE DISCARDABLE
- _FNS LOADONCALL MOVEABLE DISCARDABLE
-
- ; Functions called by Windows
- EXPORTS
- MainWndProc @1
- AboutDlg @2
- CompareDlgFunc @3
- OEMConvertDlg @4
- IntlDlg @5
- LangDlgFunc @6
- ListSortDlg @7
-
-